IsReadOnlyStyle Property (InputTextBoxElementBase<T>)
In This Topic
Returns the actual state
ReadOnly of the embedded text box control to correctly define its style.
Syntax
'Declaration
Public ReadOnly Property IsReadOnlyStyle As Boolean
public bool IsReadOnlyStyle {get;}
See Also